aboutsummaryrefslogtreecommitdiffstats
path: root/fbiconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'fbiconfig.c')
-rw-r--r--fbiconfig.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/fbiconfig.c b/fbiconfig.c
index fb41f08..e8b62c4 100644
--- a/fbiconfig.c
+++ b/fbiconfig.c
@@ -65,6 +65,11 @@ struct cfg_cmdline fbi_cfg[] = {
.option = { O_FIT_WIDTH },
.yesno = 1,
.desc = " use width only for autoscaling",
+ },{
+ .cmdline = "autoonce",
+ .option = { O_AUTO_ONCE },
+ .yesno = 1,
+ .desc = " autoscale only once",
},{
.letter = 'v',