aboutsummaryrefslogtreecommitdiff
path: root/src/cmdline.opt
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-04-20 22:11:19 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-04-20 22:58:21 +0300
commit59849e3be117458f687e5e540dbc870aa4dfd920 (patch)
treee18dc445beb1a3c1162bdbed3c10dfccdaf3f8b8 /src/cmdline.opt
parent0320e20133d5f606dc65dac164b0e3731bca9b46 (diff)
downloadeclat-59849e3be117458f687e5e540dbc870aa4dfd920.tar.gz
eclat-59849e3be117458f687e5e540dbc870aa4dfd920.tar.bz2
Implement new command - lsattr. Improve docs.
The lsattr command combines the functionality of lsiattr and lssattr.
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.