aboutsummaryrefslogtreecommitdiff
path: root/src/cmdline.opt
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-02-07 18:54:17 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-02-07 18:54:17 +0200
commit6aa446707278de3675e703a1167054f32cc36e9c (patch)
tree6cfd7a19d422362215f6f89b73d2e2eb70bbdbc3 /src/cmdline.opt
parent0efd765588da43ec8cc08c5eabde49254eeb44b8 (diff)
downloadidest-6aa446707278de3675e703a1167054f32cc36e9c.tar.gz
idest-6aa446707278de3675e703a1167054f32cc36e9c.tar.bz2
Assume `idest' as the official project name
Diffstat (limited to 'src/cmdline.opt')
-rw-r--r--src/cmdline.opt20
1 files changed, 18 insertions, 2 deletions
diff --git a/src/cmdline.opt b/src/cmdline.opt
index bc2ef91..2df4cfd 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -1,3 +1,19 @@
+/* This file is part of Idest.
+ Copyright (C) 2009 Sergey Poznyakoff
+
+ Idest is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3, or (at your option)
+ any later version.
+
+ Idest is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Idest. If not, see <http://www.gnu.org/licenses/>. */
+
static int mode_set = 0;
#define SET_MODE(m) do { \
if (mode_set++ && mode != m) \
@@ -5,8 +21,8 @@ static int mode_set = 0;
mode = m; \
} while(0)
-OPTIONS_BEGIN(gnu, "id3ed",
- [<id3ed - ID3 tag editor>],
+OPTIONS_BEGIN(gnu, "idest",
+ [<idest - ID3 Edit and Search Tool>],
[<FILE [FILE...]>])
OPTION(query,q,[FLIST],

Return to:

Send suggestions and report system problems to the System administrator.