aboutsummaryrefslogtreecommitdiff
path: root/src/cmdline.opt
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmdline.opt')
-rw-r--r--src/cmdline.opt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/cmdline.opt b/src/cmdline.opt
index 53cabf8..1400d2c 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -53,6 +53,8 @@ OPTIONS_BEGIN(gnu, "idest",
[<idest - ID3 Edit and Scripting Tool>],
[<FILE [FILE...]>])
+GROUP([<Operation mode>])
+
OPTION(query,q,[FLIST],
[<query mode>])
BEGIN
@@ -101,6 +103,14 @@ BEGIN
source_file = optarg;
END
+OPTION(list-frames,L,,
+ [<list all supported frames>])
+BEGIN
+ SET_MODE(MODE_LIST);
+END
+
+GROUP([<Operation modifiers>])
+
OPTION(filter,F,FRAME-LIST,
[<with --query, --copy and --delete: operate only on matching frames>])
BEGIN

Return to:

Send suggestions and report system problems to the System administrator.