|
From: Jeff S. <jsq...@us...> - 2004-01-16 15:38:01
|
Update of /cvsroot/env-switcher/env-switcher/src
In directory sc8-pr-cvs1:/tmp/cvs-serv29249/src
Modified Files:
switcher.in
Log Message:
Update the help message; make it clean that --system and --user have to be
the last command line args.
Index: switcher.in
===================================================================
RCS file: /cvsroot/env-switcher/env-switcher/src/switcher.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** switcher.in 16 Jan 2004 15:08:25 -0000 1.15
--- switcher.in 16 Jan 2004 15:37:58 -0000 1.16
***************
*** 170,187 ****
--silent Do not print any status/warning messages
! Set a tag equal to a name
! \$ switcher <tag> = <name>
! List all available tags
! \$ switcher --list
! List all available names for <tag>
! \$ switcher <tag> --list
!
!
Resolve and show all atrributes for <tag> for system scope, user
scope, or effective scope
\$ switcher <tag> --show [--system|--user]
Add the tag <tag>
--- 170,186 ----
--silent Do not print any status/warning messages
! Set a tag equal to a name
! \$ switcher <tag> = <name>
! List all available tags
! \$ switcher --list
! List all available names for <tag>
! \$ switcher <tag> --list
Resolve and show all atrributes for <tag> for system scope, user
scope, or effective scope
\$ switcher <tag> --show [--system|--user]
+ (--system or --user must be the last argument)
Add the tag <tag>
***************
*** 201,208 ****
--- 200,209 ----
system or user scope (--user is implied)
\$ switcher <tag> --add-attr <attribute> <value> [--system|--user]
+ (--system or --user must be the last argument)
Remove <attribute> from <tag> in the system or user scope (--user is
implied)
\$ switcher <tag> --rm-attr <attribute> [--system|--user]
+ (--system or --user must be the last argument)
";
}
|