Selaa lähdekoodia

Reflected merge with version change, and fixed a typo.

Dalton Nell 9 vuotta sitten
vanhempi
commit
552b30ef60
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      options.cpp

+ 2
- 2
options.cpp Näytä tiedosto

@@ -3,7 +3,7 @@
3 3
 slop::Options* options = new slop::Options();
4 4
 
5 5
 slop::Options::Options() {
6
-    m_version = "v2.1.1";
6
+    m_version = "v2.1.2";
7 7
     m_highlight = false;
8 8
     m_borderSize = 10;
9 9
     m_padding = 0;
@@ -38,8 +38,8 @@ void slop::Options::printHelp() {
38 38
     printf( "                                   in seconds.\n" );
39 39
     printf( "    -nd, --nodecorations           Attempts to remove decorations from window selections.\n" );
40 40
     printf( "    -min=INT, --minimumsize=INT    Sets the minimum output of width or height values, useful to avoid outputting 0\n" );
41
-    printf( "    -max=INT, --maximumsize=INT    Sets the maximum output of width or height values.\n" );
42 41
     printf( "                                   widths or heights.\n" );
42
+    printf( "    -max=INT, --maximumsize=INT    Sets the maximum output of width or height values.\n" );
43 43
     printf( "    -hi, --highlight               Instead of outlining the selection, slop highlights it. Only useful when\n" );
44 44
     printf( "                                   used with a --color with an alpha under 1.\n" );
45 45
     printf( "    -v, --version                  prints version.\n" );