|
From: Jeff S. <jsq...@us...> - 2002-05-19 00:22:33
|
Update of /cvsroot/env-switcher/env-switcher/man In directory usw-pr-cvs1:/tmp/cvs-serv21489/man Modified Files: switcher.1 Log Message: - Removed diag() subroutine -- we don't need it - Added "switcher <tag> = <name>" syntax - Updated man page to match Index: switcher.1 =================================================================== RCS file: /cvsroot/env-switcher/env-switcher/man/switcher.1,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** switcher.1 18 May 2002 23:44:05 -0000 1.4 --- switcher.1 19 May 2002 00:22:30 -0000 1.5 *************** *** 5,8 **** --- 5,10 ---- switcher --list .PP + switcher <tag> = <name> [<args>] + .PP switcher <tag> <command> [<args>] .SH DESCRIPTION *************** *** 86,89 **** --- 88,100 ---- .I --list argument, all available tags are displayed. + .PP + When + .I switcher is invoked with the "<tag> = <name>" syntax, it is + actually an alias for the following: + .PP + switcher <tag> --add-attr default <name> + .PP + The "--system", "--user", "--force", and "--silent" arguments can be + also be used. .PP When |