Browse Source

Reflected merge with version change, and fixed a typo.

Dalton Nell 9 years ago
parent
commit
552b30ef60
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      options.cpp

+ 2
- 2
options.cpp View File

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