Fossil SCM

Added 'skip' to bisect's one-line help summary.

stephan 2020-07-14 14:39 trunk
Commit 4689ec45f95f7204cce9a7a7967b52de4af4f137ec1df6424b581870c2409454
1 file changed +1 -1
+1 -1
--- src/bisect.c
+++ src/bisect.c
@@ -436,11 +436,11 @@
436436
int n;
437437
const char *zCmd;
438438
int foundCmd = 0;
439439
db_must_be_within_tree();
440440
if( g.argc<3 ){
441
- usage("bad|good|log|next|options|reset|status|undo");
441
+ usage("bad|good|log|next|options|reset|skip|status|undo");
442442
}
443443
zCmd = g.argv[2];
444444
n = strlen(zCmd);
445445
if( n==0 ) zCmd = "-";
446446
if( strncmp(zCmd, "bad", n)==0 ){
447447
--- src/bisect.c
+++ src/bisect.c
@@ -436,11 +436,11 @@
436 int n;
437 const char *zCmd;
438 int foundCmd = 0;
439 db_must_be_within_tree();
440 if( g.argc<3 ){
441 usage("bad|good|log|next|options|reset|status|undo");
442 }
443 zCmd = g.argv[2];
444 n = strlen(zCmd);
445 if( n==0 ) zCmd = "-";
446 if( strncmp(zCmd, "bad", n)==0 ){
447
--- src/bisect.c
+++ src/bisect.c
@@ -436,11 +436,11 @@
436 int n;
437 const char *zCmd;
438 int foundCmd = 0;
439 db_must_be_within_tree();
440 if( g.argc<3 ){
441 usage("bad|good|log|next|options|reset|skip|status|undo");
442 }
443 zCmd = g.argv[2];
444 n = strlen(zCmd);
445 if( n==0 ) zCmd = "-";
446 if( strncmp(zCmd, "bad", n)==0 ){
447

Keyboard Shortcuts

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