diff options
author | Stéphane Aulery <saulery@free.fr> | 2015-01-15 11:18:02 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2015-01-15 11:54:13 +0100 |
commit | 61e4431089385cdf91cdf1ade4e83175e9f1424b (patch) | |
tree | eb3b766e277afc140634f6a712dacf3de41307f5 | |
parent | 3d16dcf69427421db1de26071bb2ce7ff08c839d (diff) | |
download | fbida-61e4431089385cdf91cdf1ade4e83175e9f1424b.tar.gz |
Explicitly specify the continuous operation of the -t option.
Signed-off-by: Stéphane Aulery <saulery@free.fr>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
-rw-r--r-- | fbi.man | 3 | ||||
-rw-r--r-- | fbi.man.fr | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -96,7 +96,8 @@ Start on virtual console \fIn\fP. Set scroll \fIsteps\fP in pixels (default is 50). .TP .BI "-t" "\ sec" ", --timeout" "\ sec" -Load next image after \fIsec\fP seconds without any keypress (i.e. slideshow). +Start a continuous slideshow where each image is loaded at \fIsec\fP second +intervals without any keypress. .TP .B -1, --(no)once Don't loop (only use with \fB-t\fP). @@ -100,8 +100,8 @@ Démarrer dans la console virtuelle \fIn\fP. Définir un pas de défilement de \fIn\fP pixels (50 par défaut). .TP .BI "-t" "\ n" ", --timeout" "\ n" -Charger l'image suivante après \fIn\fP secondes sans presser aucune -touche (c-à-d un diaporama). +Démarre un diaporama perpétuel dont chaque image est chargée avec un +intervalle de \fIn\fP secondes sans presser aucune touche. .TP .B -1, --(no)once Ne pas boucler (utiliser seulement avec \fB-t\fP). |