aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-update-options.cli
blob: 37d838e186b1a04591752883b7f45b6c870fe9c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// file      : bpkg/pkg-update-options.cli
// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

include <bpkg/configuration-options.cli>;

"\section=1"
"\name=bpkg-pkg-update"
"\summary=update package"

/*
"\h{SYNOPSIS}

bpkg pkg-update <pkg>..."

"\h{DESCRIPTION}

The \cb{pkg-update} command updates the previously configured
(\cb{pkg-configure}) package. Underneath, this command doesn't
do much more than run (\cb{b update})."
*/

namespace bpkg
{
  class pkg_update_options: configuration_options
  {
  };
}