Update of /cvsroot/cryptar/cryptar
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13119
Modified Files:
options.h
Log Message:
rationalize commandline UI, enums to match
Index: options.h
===================================================================
RCS file: /cvsroot/cryptar/cryptar/options.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** options.h 15 May 2004 14:42:03 -0000 1.9
--- options.h 28 May 2004 18:13:36 -0000 1.10
***************
*** 27,30 ****
--- 27,31 ----
enum int_options {
kOption_backup,
+ kOption_create,
kOption_extract,
kOption_list,
***************
*** 50,54 ****
enum char_options {
kArchive_target, /* the archive (database) to work with */
! kBackup_pattern, /* pattern to backup (subset of configured files) */
kExtract_pattern, /* pattern to restore */
kList_pattern, /* pattern to list */
--- 51,55 ----
enum char_options {
kArchive_target, /* the archive (database) to work with */
! kBackup_pattern, /* pattern to backup (subset of configured files) */
kExtract_pattern, /* pattern to restore */
kList_pattern, /* pattern to list */
|