1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00
Ticket: CM-2911
Reviewed By: pbendale
Testing Done:
This commit is contained in:
Roopa Prabhu
2014-06-07 08:14:10 -07:00
parent 522bf8e68b
commit 51a8099130

View File

@ -252,7 +252,7 @@ def update_ifquery_argparser(argparser):
action='store_true',
help='check interface file contents against ' +
'running state of an interface')
group.add_argument(-x', '--raw', action='store_true', dest='raw',
group.add_argument('-x', '--raw', action='store_true', dest='raw',
help='print raw config file entries')
group.add_argument('--print-savedstate', action='store_true',
dest='printsavedstate',