aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-03-10 12:33:17 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2010-03-10 12:40:47 +0200
commitc9c332a2079892e60e292e8accb921f1d2603090 (patch)
tree804c66526e8cc790e4abd6b7d1faac280c0f5b07 /src/main.c
parent5864f3267f4c1c002a5f405477c113a093f3b5bd (diff)
downloadcpio-c9c332a2079892e60e292e8accb921f1d2603090.tar.gz
cpio-c9c332a2079892e60e292e8accb921f1d2603090.tar.bz2
Bugfixes.
* src/main.c (cpio_options): Remove unused options. * src/util.c (cpio_create_dir): Fix conditional. * NEWS: Update.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/main.c b/src/main.c
index a805a5b..ba1b969 100644
--- a/src/main.c
+++ b/src/main.c
@@ -57,12 +57,7 @@ enum cpio_options {
FORCE_LOCAL_OPTION,
DEBUG_OPTION,
BLOCK_SIZE_OPTION,
- TO_STDOUT_OPTION,
-
- HANG_OPTION,
- USAGE_OPTION,
- LICENSE_OPTION,
- VERSION_OPTION
+ TO_STDOUT_OPTION
};
const char *program_authors[] =

Return to:

Send suggestions and report system problems to the System administrator.