File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -1788,11 +1788,11 @@ int main(int argc, char *argv[]) {
1788
1788
{
1789
1789
switch (ch) {
1790
1790
case ' m' :
1791
- install = 0 ;
1792
- debug = 1 ;
1791
+ install = false ;
1792
+ debug = true ;
1793
1793
break ;
1794
1794
case ' d' :
1795
- debug = 1 ;
1795
+ debug = true ;
1796
1796
break ;
1797
1797
case ' i' :
1798
1798
device_id = optarg;
@@ -1804,29 +1804,29 @@ int main(int argc, char *argv[]) {
1804
1804
args = optarg;
1805
1805
break ;
1806
1806
case ' v' :
1807
- verbose = 1 ;
1807
+ verbose = true ;
1808
1808
break ;
1809
1809
case ' t' :
1810
1810
_timeout = atoi (optarg);
1811
1811
break ;
1812
1812
case ' u' :
1813
- unbuffered = 1 ;
1813
+ unbuffered = true ;
1814
1814
break ;
1815
1815
case ' n' :
1816
- nostart = 1 ;
1816
+ nostart = true ;
1817
1817
break ;
1818
1818
case ' I' :
1819
1819
interactive = false ;
1820
- debug = 1 ;
1820
+ debug = true ;
1821
1821
break ;
1822
1822
case ' L' :
1823
1823
interactive = false ;
1824
1824
justlaunch = true ;
1825
- debug = 1 ;
1825
+ debug = true ;
1826
1826
break ;
1827
1827
case ' c' :
1828
1828
detect_only = true ;
1829
- debug = 1 ;
1829
+ debug = true ;
1830
1830
break ;
1831
1831
case ' V' :
1832
1832
show_version ();
@@ -1835,7 +1835,7 @@ int main(int argc, char *argv[]) {
1835
1835
port = atoi (optarg);
1836
1836
break ;
1837
1837
case ' r' :
1838
- uninstall = 1 ;
1838
+ uninstall = true ;
1839
1839
break ;
1840
1840
case ' 9' :
1841
1841
command_only = true ;
You can’t perform that action at this time.
0 commit comments