~canonical-platform-qa/ubuntu-system-tests/qemu-build-snap

« back to all changes in this revision

Viewing changes to ubuntu_system_tests/host/command_line.py

  • Committer: Richard Huddie
  • Date: 2016-12-21 16:25:01 UTC
  • Revision ID: richard.huddie@canonical.com-20161221162501-04omopwbpa9ljuoi
Docstring updates.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
OPTION_QEMU_SNAP = Option(
109
109
    ['--snap'],
110
110
    {'action': 'store_true',
111
 
     'help': 'Install unity8 session as snap into QEMU image.',
 
111
     'help': 'Install unity8 session as snap into QEMU image and use as '
 
112
     'default user session.',
112
113
     'default': False})
113
114
OPTION_LIST_SUITES = Option(
114
115
    ['suites'],