aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-remove.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-02-26 22:00:22 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-03-02 20:04:26 +0300
commit780290277a51853b2e515b16898ca0fcfa1e9e71 (patch)
treee045dd9cc4ce2726f915897157785cb40b48756f /bpkg/rep-remove.cli
parent046f9282dc7778f5df326456f1630919a5607f11 (diff)
Update rep-fetch
Diffstat (limited to 'bpkg/rep-remove.cli')
-rw-r--r--bpkg/rep-remove.cli15
1 files changed, 12 insertions, 3 deletions
diff --git a/bpkg/rep-remove.cli b/bpkg/rep-remove.cli
index 3662b2b..25280b2 100644
--- a/bpkg/rep-remove.cli
+++ b/bpkg/rep-remove.cli
@@ -17,8 +17,9 @@ namespace bpkg
"\h|SYNOPSIS|
- \c{\b{bpkg rep-remove}|\b{remove} [<options>] (<name>|<location>)... |
- (--all|-a)}
+ \c{\b{bpkg rep-remove}|\b{remove} [<options>] (<name>|<location>)...}\n
+ \c{\b{bpkg rep-remove}|\b{remove} [<options>] (--all|-a)}\n
+ \c{\b{bpkg rep-remove}|\b{remove} [<options>] --clean}
\h|DESCRIPTION|
@@ -29,7 +30,10 @@ namespace bpkg
Alternatively, the \cb{--all|-a} option can be used to remove all the
repositories that were previously added (\l{bpkg-rep-add(1)}) to the
- configuration."
+ configuration.
+
+ Finally, the \cb{--clean} option can be used to revert the repositories
+ to the clean state, as if they were added but never fetched."
}
class rep_remove_options: configuration_options
@@ -40,5 +44,10 @@ namespace bpkg
{
"Remove all the repositories."
}
+
+ bool --clean
+ {
+ "Clean the repository state."
+ }
};
}