aboutsummaryrefslogtreecommitdiff
path: root/bdep/config.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-22 06:06:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-22 08:07:05 +0200
commitc6646cbb2cd35bf93e63edf4d3adaf2d340598f7 (patch)
tree72da9ab2bececf35d5bb239ec0bf4722c61c1332 /bdep/config.hxx
parentb7e93fde78cad6c2ed90e9bf22b4ea72df94eb09 (diff)
Implement config-rename subcommand
Diffstat (limited to 'bdep/config.hxx')
-rw-r--r--bdep/config.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/config.hxx b/bdep/config.hxx
index dc19ea1..e191312 100644
--- a/bdep/config.hxx
+++ b/bdep/config.hxx
@@ -33,7 +33,7 @@ namespace bdep
optional<uint64_t> id = nullopt);
int
- cmd_config (const cmd_config_options&, cli::scanner& args);
+ cmd_config (cmd_config_options&&, cli::scanner& args);
// Validate returning one of the options or NULL if none specified.
//