Fossil SCM
Fix help-text formatting error on the previous check-in.
Commit
e1d54eb7271379986746a2fd7922d74aa16cb3bcd4b07457f25bd641b572ca86
Parent
f3d115d98849449…
1 file changed
+2
-1
+2
-1
| --- src/clone.c | ||
| +++ src/clone.c | ||
| @@ -123,11 +123,12 @@ | ||
| 123 | 123 | ** the -A|--admin-user parameter. |
| 124 | 124 | ** |
| 125 | 125 | ** Options: |
| 126 | 126 | ** --admin-user|-A USERNAME Make USERNAME the administrator |
| 127 | 127 | ** --httpauth|-B USER:PASS Add HTTP Basic Authorization to requests |
| 128 | -** --nested Allow opening a repository inside an opened checkout | |
| 128 | +** --nested Allow opening a repository inside an opened | |
| 129 | +** checkout | |
| 129 | 130 | ** --nocompress Omit extra delta compression |
| 130 | 131 | ** --no-open Clone only. Do not open a check-out. |
| 131 | 132 | ** --once Don't remember the URI. |
| 132 | 133 | ** --private Also clone private branches |
| 133 | 134 | ** --save-http-password Remember the HTTP password without asking |
| 134 | 135 |
| --- src/clone.c | |
| +++ src/clone.c | |
| @@ -123,11 +123,12 @@ | |
| 123 | ** the -A|--admin-user parameter. |
| 124 | ** |
| 125 | ** Options: |
| 126 | ** --admin-user|-A USERNAME Make USERNAME the administrator |
| 127 | ** --httpauth|-B USER:PASS Add HTTP Basic Authorization to requests |
| 128 | ** --nested Allow opening a repository inside an opened checkout |
| 129 | ** --nocompress Omit extra delta compression |
| 130 | ** --no-open Clone only. Do not open a check-out. |
| 131 | ** --once Don't remember the URI. |
| 132 | ** --private Also clone private branches |
| 133 | ** --save-http-password Remember the HTTP password without asking |
| 134 |
| --- src/clone.c | |
| +++ src/clone.c | |
| @@ -123,11 +123,12 @@ | |
| 123 | ** the -A|--admin-user parameter. |
| 124 | ** |
| 125 | ** Options: |
| 126 | ** --admin-user|-A USERNAME Make USERNAME the administrator |
| 127 | ** --httpauth|-B USER:PASS Add HTTP Basic Authorization to requests |
| 128 | ** --nested Allow opening a repository inside an opened |
| 129 | ** checkout |
| 130 | ** --nocompress Omit extra delta compression |
| 131 | ** --no-open Clone only. Do not open a check-out. |
| 132 | ** --once Don't remember the URI. |
| 133 | ** --private Also clone private branches |
| 134 | ** --save-http-password Remember the HTTP password without asking |
| 135 |