Fossil SCM

Help text fixes from Andreas Kupries.

stephan 2013-07-04 19:11 trunk
Commit f6ad6979d77379427aeea29846ba5bd1c3c8cc0b
1 file changed +3 -3
+3 -3
--- src/tkt.c
+++ src/tkt.c
@@ -1028,11 +1028,11 @@
10281028
** ?-q|--quote?
10291029
** ?-R|--repository FILE?
10301030
**
10311031
** Run the ticket report, identified by the report format title
10321032
** 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
10341034
** the -l or --limit option.
10351035
**
10361036
** If TICKETFILTER is given on the commandline, the query is
10371037
** limited with a new WHERE-condition.
10381038
** example: Report lists a column # with the uuid
@@ -1111,16 +1111,16 @@
11111111
if( !db_exists("SELECT 1 FROM user WHERE login=%Q", zUser) ){
11121112
fossil_fatal("no such user: %s", zUser);
11131113
}
11141114
11151115
if( g.argc<3 ){
1116
- usage("add|fieldlist|set|show|history");
1116
+ usage("add|change|list|set|show|history");
11171117
}
11181118
n = strlen(g.argv[2]);
11191119
if( n==1 && g.argv[2][0]=='s' ){
11201120
/* set/show cannot be distinguished, so show the usage */
1121
- usage("add|fieldlist|set|show|history");
1121
+ usage("add|change|list|set|show|history");
11221122
}
11231123
if( strncmp(g.argv[2],"list",n)==0 ){
11241124
if( g.argc==3 ){
11251125
usage("list fields|reports");
11261126
}else{
11271127
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button