Fossil SCM
Perhaps avoid confusion with other similarly named short options.
Commit
9dd4a935e81da0f3009bd8f962dcfd744811d1a0
Parent
e3510cef2310bbf…
1 file changed
+2
-2
+2
-2
| --- src/clone.c | ||
| +++ src/clone.c | ||
| @@ -95,11 +95,11 @@ | ||
| 95 | 95 | ** --admin-user|-A USERNAME Make USERNAME the administrator |
| 96 | 96 | ** --private Also clone private branches |
| 97 | 97 | ** --ssl-identity=filename Use the SSL identity if requested by the server |
| 98 | 98 | ** --ssh-fossil|-f /fossil Use this path as remote fossil command |
| 99 | 99 | ** --ssh-command|-c 'command' Use this SSH command |
| 100 | -** --ssh-fossil-user|-u user Fossil user to use for SSH if different. | |
| 100 | +** --ssh-fossil-user|-l user Fossil user to use for SSH if different. | |
| 101 | 101 | ** |
| 102 | 102 | ** See also: init |
| 103 | 103 | */ |
| 104 | 104 | void clone_cmd(void){ |
| 105 | 105 | char *zPassword; |
| @@ -196,11 +196,11 @@ | ||
| 196 | 196 | } |
| 197 | 197 | zSshCmd = find_option("ssh-command","c",1); |
| 198 | 198 | if( zSshCmd && zSshCmd[0] ){ |
| 199 | 199 | g.zSshCmd = mprintf("%s", zSshCmd); |
| 200 | 200 | } |
| 201 | - zFossilUser = find_option("ssh-fossil-user","u",1); | |
| 201 | + zFossilUser = find_option("ssh-fossil-user","l",1); | |
| 202 | 202 | if( zFossilUser && zFossilUser[0] ){ |
| 203 | 203 | g.zFossilUser = mprintf("%s", zFossilUser); |
| 204 | 204 | } |
| 205 | 205 | } |
| 206 | 206 | |
| 207 | 207 |
| --- src/clone.c | |
| +++ src/clone.c | |
| @@ -95,11 +95,11 @@ | |
| 95 | ** --admin-user|-A USERNAME Make USERNAME the administrator |
| 96 | ** --private Also clone private branches |
| 97 | ** --ssl-identity=filename Use the SSL identity if requested by the server |
| 98 | ** --ssh-fossil|-f /fossil Use this path as remote fossil command |
| 99 | ** --ssh-command|-c 'command' Use this SSH command |
| 100 | ** --ssh-fossil-user|-u user Fossil user to use for SSH if different. |
| 101 | ** |
| 102 | ** See also: init |
| 103 | */ |
| 104 | void clone_cmd(void){ |
| 105 | char *zPassword; |
| @@ -196,11 +196,11 @@ | |
| 196 | } |
| 197 | zSshCmd = find_option("ssh-command","c",1); |
| 198 | if( zSshCmd && zSshCmd[0] ){ |
| 199 | g.zSshCmd = mprintf("%s", zSshCmd); |
| 200 | } |
| 201 | zFossilUser = find_option("ssh-fossil-user","u",1); |
| 202 | if( zFossilUser && zFossilUser[0] ){ |
| 203 | g.zFossilUser = mprintf("%s", zFossilUser); |
| 204 | } |
| 205 | } |
| 206 | |
| 207 |
| --- src/clone.c | |
| +++ src/clone.c | |
| @@ -95,11 +95,11 @@ | |
| 95 | ** --admin-user|-A USERNAME Make USERNAME the administrator |
| 96 | ** --private Also clone private branches |
| 97 | ** --ssl-identity=filename Use the SSL identity if requested by the server |
| 98 | ** --ssh-fossil|-f /fossil Use this path as remote fossil command |
| 99 | ** --ssh-command|-c 'command' Use this SSH command |
| 100 | ** --ssh-fossil-user|-l user Fossil user to use for SSH if different. |
| 101 | ** |
| 102 | ** See also: init |
| 103 | */ |
| 104 | void clone_cmd(void){ |
| 105 | char *zPassword; |
| @@ -196,11 +196,11 @@ | |
| 196 | } |
| 197 | zSshCmd = find_option("ssh-command","c",1); |
| 198 | if( zSshCmd && zSshCmd[0] ){ |
| 199 | g.zSshCmd = mprintf("%s", zSshCmd); |
| 200 | } |
| 201 | zFossilUser = find_option("ssh-fossil-user","l",1); |
| 202 | if( zFossilUser && zFossilUser[0] ){ |
| 203 | g.zFossilUser = mprintf("%s", zFossilUser); |
| 204 | } |
| 205 | } |
| 206 | |
| 207 |