Skip to content

Commit

Permalink
Fix a typoo
Browse files Browse the repository at this point in the history
  • Loading branch information
walles committed Jan 25, 2025
1 parent f083f59 commit 98d0264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moar.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ func pagerFromArgs(
noLineNumbers := flagSet.Bool("no-linenumbers", noLineNumbersDefault(), "Hide line numbers on startup, press left arrow key to show")
noStatusBar := flagSet.Bool("no-statusbar", false, "Hide the status bar, toggle with '='")
reFormat := flagSet.Bool("reformat", false, "Reformat some input files (JSON)")
flagSet.Bool("no-reformat", true, "No effect, kept for compatibility. See --reforamat")
flagSet.Bool("no-reformat", true, "No effect, kept for compatibility. See --reformat")
quitIfOneScreen := flagSet.Bool("quit-if-one-screen", false, "Don't page if contents fits on one screen")
noClearOnExit := flagSet.Bool("no-clear-on-exit", false, "Retain screen contents when exiting moar")
statusBarStyle := flagSetFunc(flagSet, "statusbar", m.STATUSBAR_STYLE_INVERSE,
Expand Down

0 comments on commit 98d0264

Please sign in to comment.