diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 13:12:44 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | 0ab80589fa54507d6e11fb706a2aedc5188ab821 (patch) | |
tree | 5b312a3ecd31ce0f435d752b93439ad0352372d6 | |
parent | 7a727a32f601acb4ef924b05846eb28698a08bc9 (diff) | |
download | slackbuilds-0ab80589fa54507d6e11fb706a2aedc5188ab821.tar.gz |
misc/slop: Fix README.
-rw-r--r-- | misc/slop/README | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/slop/README b/misc/slop/README index e0bdf91d02..855a9ea381 100644 --- a/misc/slop/README +++ b/misc/slop/README @@ -1,5 +1,7 @@ slop (Select Operation) -slop is an application that querys for a selection from the user and prints the region to stdout. -It grabs the mouse and turns it into a crosshair, lets the user click and drag to make a selection -(or click on a window) while drawing a pretty box around it, then finally prints the selection's dimensions to stdout. +slop is an application that querys for a selection from the user and +prints the region to stdout. It grabs the mouse and turns it into a +crosshair, lets the user click and drag to make a selection (or click +on a window) while drawing a pretty box around it, then finally prints +the selection's dimensions to stdout. |