Fossil SCM

Fix usage statement for new "fossil get" command as mentioned in [forum:/forumpost/7b3e0e0582525d3b|forum post 7b3e0e0582525d3b].

andybradford 2025-10-16 00:14 trunk
Commit 788e68b080b5c3a1b5456b8e473ed272e87e8937f2e838c573f3de9b549a3cca
1 file changed +1 -1
+1 -1
--- src/checkout.c
+++ src/checkout.c
@@ -493,11 +493,11 @@
493493
494494
z = find_option("dest",0,1);
495495
if( z ) zDest = fossil_strdup(z);
496496
verify_all_options();
497497
if( g.argc<3 || g.argc>4 ){
498
- usage("get URL ?VERSION? ?OPTIONS?");
498
+ usage("URL ?VERSION? ?OPTIONS?");
499499
}
500500
zUrl = g.argv[2];
501501
zVers = g.argc==4 ? g.argv[3] : "trunk";
502502
503503
/* Parse the URL of the repository */
504504
--- src/checkout.c
+++ src/checkout.c
@@ -493,11 +493,11 @@
493
494 z = find_option("dest",0,1);
495 if( z ) zDest = fossil_strdup(z);
496 verify_all_options();
497 if( g.argc<3 || g.argc>4 ){
498 usage("get URL ?VERSION? ?OPTIONS?");
499 }
500 zUrl = g.argv[2];
501 zVers = g.argc==4 ? g.argv[3] : "trunk";
502
503 /* Parse the URL of the repository */
504
--- src/checkout.c
+++ src/checkout.c
@@ -493,11 +493,11 @@
493
494 z = find_option("dest",0,1);
495 if( z ) zDest = fossil_strdup(z);
496 verify_all_options();
497 if( g.argc<3 || g.argc>4 ){
498 usage("URL ?VERSION? ?OPTIONS?");
499 }
500 zUrl = g.argv[2];
501 zVers = g.argc==4 ? g.argv[3] : "trunk";
502
503 /* Parse the URL of the repository */
504

Keyboard Shortcuts

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