diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-12 14:20:13 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-12 14:20:13 +0200 |
commit | a882eefc3a293882c26d95ae7008b267ffbe41e3 (patch) | |
tree | a783f90072d2e2e7607e14700f8b0c0f04afd8a4 | |
parent | 817ba792154689df004dbfff67d9ae54cc15584e (diff) |
Fix typo
-rw-r--r-- | bpkg/pkg-install-options.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/pkg-install-options.cli b/bpkg/pkg-install-options.cli index 32d3cf7..cd206ff 100644 --- a/bpkg/pkg-install-options.cli +++ b/bpkg/pkg-install-options.cli @@ -25,7 +25,7 @@ namespace bpkg (\l{bpkg-cfg-create(1)}) with the \cb{config.install.root} configuration variable." - // @@ Would be nice to be able to specify the root it in the command. + // @@ Would be nice to be able to specify the root in the command. // Probably an option to specify additional configuration vars. } |