Fossil SCM
Help text fixes from Andreas Kupries.
Commit
f6ad6979d77379427aeea29846ba5bd1c3c8cc0b
Parent
07463fbf02a30f3…
1 file changed
+3
-3
+3
-3
| --- src/tkt.c | ||
| +++ src/tkt.c | ||
| @@ -1028,11 +1028,11 @@ | ||
| 1028 | 1028 | ** ?-q|--quote? |
| 1029 | 1029 | ** ?-R|--repository FILE? |
| 1030 | 1030 | ** |
| 1031 | 1031 | ** Run the ticket report, identified by the report format title |
| 1032 | 1032 | ** used in the gui. The data is written as flat file on stdout, |
| 1033 | -** using "," as separator. The separator "," can be changed using | |
| 1033 | +** using TAB as separator. The separator can be changed using | |
| 1034 | 1034 | ** the -l or --limit option. |
| 1035 | 1035 | ** |
| 1036 | 1036 | ** If TICKETFILTER is given on the commandline, the query is |
| 1037 | 1037 | ** limited with a new WHERE-condition. |
| 1038 | 1038 | ** example: Report lists a column # with the uuid |
| @@ -1111,16 +1111,16 @@ | ||
| 1111 | 1111 | if( !db_exists("SELECT 1 FROM user WHERE login=%Q", zUser) ){ |
| 1112 | 1112 | fossil_fatal("no such user: %s", zUser); |
| 1113 | 1113 | } |
| 1114 | 1114 | |
| 1115 | 1115 | if( g.argc<3 ){ |
| 1116 | - usage("add|fieldlist|set|show|history"); | |
| 1116 | + usage("add|change|list|set|show|history"); | |
| 1117 | 1117 | } |
| 1118 | 1118 | n = strlen(g.argv[2]); |
| 1119 | 1119 | if( n==1 && g.argv[2][0]=='s' ){ |
| 1120 | 1120 | /* set/show cannot be distinguished, so show the usage */ |
| 1121 | - usage("add|fieldlist|set|show|history"); | |
| 1121 | + usage("add|change|list|set|show|history"); | |
| 1122 | 1122 | } |
| 1123 | 1123 | if( strncmp(g.argv[2],"list",n)==0 ){ |
| 1124 | 1124 | if( g.argc==3 ){ |
| 1125 | 1125 | usage("list fields|reports"); |
| 1126 | 1126 | }else{ |
| 1127 | 1127 |
| --- src/tkt.c | |
| +++ src/tkt.c | |
| @@ -1028,11 +1028,11 @@ | |
| 1028 | ** ?-q|--quote? |
| 1029 | ** ?-R|--repository FILE? |
| 1030 | ** |
| 1031 | ** Run the ticket report, identified by the report format title |
| 1032 | ** used in the gui. The data is written as flat file on stdout, |
| 1033 | ** using "," as separator. The separator "," can be changed using |
| 1034 | ** the -l or --limit option. |
| 1035 | ** |
| 1036 | ** If TICKETFILTER is given on the commandline, the query is |
| 1037 | ** limited with a new WHERE-condition. |
| 1038 | ** example: Report lists a column # with the uuid |
| @@ -1111,16 +1111,16 @@ | |
| 1111 | if( !db_exists("SELECT 1 FROM user WHERE login=%Q", zUser) ){ |
| 1112 | fossil_fatal("no such user: %s", zUser); |
| 1113 | } |
| 1114 | |
| 1115 | if( g.argc<3 ){ |
| 1116 | usage("add|fieldlist|set|show|history"); |
| 1117 | } |
| 1118 | n = strlen(g.argv[2]); |
| 1119 | if( n==1 && g.argv[2][0]=='s' ){ |
| 1120 | /* set/show cannot be distinguished, so show the usage */ |
| 1121 | usage("add|fieldlist|set|show|history"); |
| 1122 | } |
| 1123 | if( strncmp(g.argv[2],"list",n)==0 ){ |
| 1124 | if( g.argc==3 ){ |
| 1125 | usage("list fields|reports"); |
| 1126 | }else{ |
| 1127 |
| --- src/tkt.c | |
| +++ src/tkt.c | |
| @@ -1028,11 +1028,11 @@ | |
| 1028 | ** ?-q|--quote? |
| 1029 | ** ?-R|--repository FILE? |
| 1030 | ** |
| 1031 | ** Run the ticket report, identified by the report format title |
| 1032 | ** used in the gui. The data is written as flat file on stdout, |
| 1033 | ** using TAB as separator. The separator can be changed using |
| 1034 | ** the -l or --limit option. |
| 1035 | ** |
| 1036 | ** If TICKETFILTER is given on the commandline, the query is |
| 1037 | ** limited with a new WHERE-condition. |
| 1038 | ** example: Report lists a column # with the uuid |
| @@ -1111,16 +1111,16 @@ | |
| 1111 | if( !db_exists("SELECT 1 FROM user WHERE login=%Q", zUser) ){ |
| 1112 | fossil_fatal("no such user: %s", zUser); |
| 1113 | } |
| 1114 | |
| 1115 | if( g.argc<3 ){ |
| 1116 | usage("add|change|list|set|show|history"); |
| 1117 | } |
| 1118 | n = strlen(g.argv[2]); |
| 1119 | if( n==1 && g.argv[2][0]=='s' ){ |
| 1120 | /* set/show cannot be distinguished, so show the usage */ |
| 1121 | usage("add|change|list|set|show|history"); |
| 1122 | } |
| 1123 | if( strncmp(g.argv[2],"list",n)==0 ){ |
| 1124 | if( g.argc==3 ){ |
| 1125 | usage("list fields|reports"); |
| 1126 | }else{ |
| 1127 |