From 9accdefc33940d713828195313ca1a0eb0de030f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 18 Sep 2015 07:50:38 +0200 Subject: Generalize pkg_update() to pkg_command() to be used for clean, test, etc --- bpkg/pkg-status-options.cli | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'bpkg/pkg-status-options.cli') diff --git a/bpkg/pkg-status-options.cli b/bpkg/pkg-status-options.cli index 700f5fa..b094e34 100644 --- a/bpkg/pkg-status-options.cli +++ b/bpkg/pkg-status-options.cli @@ -2,7 +2,7 @@ // copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file -include ; +include ; /* "\section=1" @@ -22,13 +22,7 @@ Note that the status is written to \cb{STDOUT}, not \cb{STDERR}. namespace bpkg { - class pkg_status_options: common_options + class pkg_status_options: pkg_common_options { - dir_path --directory|-d (".") - { - "", - "Assume configuration is in rather than in the current working - directory." - }; }; } -- cgit v1.1