diff --git a/docs/fish-config.1 b/docs/fish-config.1 index 15619a7..11c7041 100644 --- a/docs/fish-config.1 +++ b/docs/fish-config.1 @@ -1634,7 +1634,7 @@ hist Synopsis: mkrep [--cd | --no-cd] [--mkdir | --no-mkdir] [--git | --no-git] [-c | --clean | --no-clean] [--strict] [-v | --verbose] [-s | --silent] [--template ] [--branch ] - [--remote ] [--new-remote[=]] [--name ] + [--remote ] [--new-remote []] [--name ] [-h | --help] Creates a directory, cds into it, and git-inits it -- mkcd plus a git @@ -1674,10 +1674,10 @@ Arguments: Passed through as git init --template= --branch Passed through as git init -b --remote Link an existing remote: git remote add origin - --new-remote[=] + --new-remote [] Create + link a remote by running (or $MKREP_REMOTE_CMD) in the new repo directory - --name {name} substitution for --new-remote (default: \[aq]s + --name {name} substitution when --new-remote (default: \[aq]s basename) -h, --help Show this help message diff --git a/docs/fish-config.md b/docs/fish-config.md index 8c4219d..f9c41ff 100644 --- a/docs/fish-config.md +++ b/docs/fish-config.md @@ -1231,7 +1231,7 @@ functions). They are active in all interactive sessions. Synopsis: mkrep [--cd | --no-cd] [--mkdir | --no-mkdir] [--git | --no-git] [-c | --clean | --no-clean] [--strict] [-v | --verbose] [-s | --silent] [--template ] [--branch ] - [--remote ] [--new-remote[=]] [--name ] + [--remote ] [--new-remote []] [--name ] [-h | --help] Creates a directory, cds into it, and git-inits it -- mkcd plus a git @@ -1271,10 +1271,10 @@ functions). They are active in all interactive sessions. Passed through as git init --template= --branch Passed through as git init -b --remote Link an existing remote: git remote add origin - --new-remote[=] + --new-remote [] Create + link a remote by running (or $MKREP_REMOTE_CMD) in the new repo directory - --name {name} substitution for --new-remote (default: 's + --name {name} substitution when --new-remote (default: 's basename) -h, --help Show this help message