Merge lp:~fginther/adt-cloud-worker/uci-nova-console into lp:~canonical-ci-engineering/adt-cloud-worker/uci-nova

Proposed by Francis Ginther
Status: Merged
Approved by: Francis Ginther
Approved revision: 5
Merged at revision: 5
Proposed branch: lp:~fginther/adt-cloud-worker/uci-nova-console
Merge into: lp:~canonical-ci-engineering/adt-cloud-worker/uci-nova
Diff against target: 12 lines (+1/-1)
1 file modified
uci-nova (+1/-1)
To merge this branch: bzr merge lp:~fginther/adt-cloud-worker/uci-nova-console
Reviewer Review Type Date Requested Status
Thomi Richards (community) Approve
Review via email: mp+255030@code.launchpad.net

Commit message

Add missing ':' for console in long opts list.

Description of the change

Add missing ':' for console in long opts list.

To post a comment you must log in.
Revision history for this message
Thomi Richards (thomir-deactivatedaccount) wrote :

tricky!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'uci-nova'
2--- uci-nova 2015-04-01 20:44:54 +0000
3+++ uci-nova 2015-04-02 02:47:13 +0000
4@@ -75,7 +75,7 @@
5 # Parse command line argument and populate environment
6
7 SHORTOPTS="f:,i:,N:,n:,c:,d"
8- LONGOPTS="flavor:,image:,net-id:,name:,console,debug"
9+ LONGOPTS="flavor:,image:,net-id:,name:,console:,debug"
10
11 TEMP=$(getopt -o $SHORTOPTS --long $LONGOPTS -- "$@")
12 eval set -- "$TEMP"

Subscribers

People subscribed via source and target branches