aboutsummaryrefslogtreecommitdiff
path: root/src/cmdline.opt
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmdline.opt')
-rw-r--r--src/cmdline.opt14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/cmdline.opt b/src/cmdline.opt
index 05e3e8a..cd8c280 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -81,6 +81,13 @@ BEGIN
match_command_mode = 1;
END
+OPTION(list-commands,l,FMT,
+ [<list commands using the supplied format>])
+BEGIN
+ listcmd(optarg);
+ exit(0);
+END
+
GROUP(Modifiers)
OPTION(config-file,c,FILE,
@@ -187,13 +194,6 @@ BEGIN
translate_option = 1;
END
-OPTION(list-commands,l,FMT,
- [<list commands using the supplied format>])
-BEGIN
- listcmd(optarg);
- exit(0);
-END
-
GROUP(Preprocessor control)
OPTION(include-directory,I,DIR,

Return to:

Send suggestions and report system problems to the System administrator.