diff options
author | AlexFazakas <alex.fazakas97@gmail.com> | 2019-07-02 15:43:26 +0000 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2019-07-02 15:43:26 +0000 |
commit | 5a1afb26cd9f70b8ef719966c24baabe8ac0816b (patch) | |
tree | 93cfddfaad042f42a7408d54c241f99ff376db19 /man/bst-init.1 | |
parent | 2219874cdca548dd7f164ef3a0f77f5affeea2b0 (diff) | |
download | buildstream-5a1afb26cd9f70b8ef719966c24baabe8ac0816b.tar.gz |
runcli.py: Don't set project to 'None'
Calling runcli with project set to None results in
setting the directory to the string 'None'.
Instead, only set it when the given project argument is not None.
Diffstat (limited to 'man/bst-init.1')
-rw-r--r-- | man/bst-init.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/bst-init.1 b/man/bst-init.1 index 351551c0e..7ec8cd04b 100644 --- a/man/bst-init.1 +++ b/man/bst-init.1 @@ -1,9 +1,9 @@ -.TH "BST INIT" "1" "27-Jun-2019" "" "bst init Manual" +.TH "BST INIT" "1" "01-Jul-2019" "" "bst init Manual" .SH NAME bst\-init \- Initialize a new BuildStream project .SH SYNOPSIS .B bst init -[OPTIONS] +[OPTIONS] [TARGET_DIRECTORY] .SH DESCRIPTION Initialize a new BuildStream project .PP |