From 19e3f10ea5bbf4661d2f9419df83729c782d0727 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sun, 22 Nov 2020 21:21:48 +0100 Subject: [PATCH] Fix suggestions from #139 --- sheets/carthage | 3 +-- sheets/dscacheutil | 3 +-- sheets/extundelete | 2 +- sheets/irb | 2 +- sheets/ncmpcpp | 6 +++--- 5 files changed, 7 insertions(+), 9 deletions(-) diff --git a/sheets/carthage b/sheets/carthage index 7bfa754..1282dfb 100644 --- a/sheets/carthage +++ b/sheets/carthage @@ -1,8 +1,7 @@ # carthage # A dependency management tool for Cocoa applications (Mac OS X) -# Download the latest version of all dependencies mentioned in Cartfile, -# and build them +# Download & build the latest version of all dependencies mentioned in Cartfile carthage update # Update dependencies, but only build for iOS diff --git a/sheets/dscacheutil b/sheets/dscacheutil index 0628494..eac4aa7 100644 --- a/sheets/dscacheutil +++ b/sheets/dscacheutil @@ -1,6 +1,5 @@ # dscacheutil -# Gather information, statistics and initiate queries to -# the Directory Service cache. +# Gather info, stats and initiate queries to the Directory Service cache. # Flush the DNS cache # in OS X 10.9 Mavericks diff --git a/sheets/extundelete b/sheets/extundelete index 5b9c580..5c7bc34 100644 --- a/sheets/extundelete +++ b/sheets/extundelete @@ -1,5 +1,5 @@ # extundelete -# An ext3 and ext4 file undeletion utility +# Utility to recover deleted files from ext3/ext4 partition # Recover a file in '/home/UserName', assuming '/home' is on its own partition extundelete /dev/sda4 --restore-file UserName/SomeDirectory diff --git a/sheets/irb b/sheets/irb index 5631983..5424415 100644 --- a/sheets/irb +++ b/sheets/irb @@ -1,5 +1,5 @@ # irb -# Interactive ruby. A tool to execute interactively Ruby expressions +# Interactive ruby. A tool to interactively execute Ruby expressions # read from stdin. # Start irb diff --git a/sheets/ncmpcpp b/sheets/ncmpcpp index 915c397..de5da64 100644 --- a/sheets/ncmpcpp +++ b/sheets/ncmpcpp @@ -1,7 +1,7 @@ # ncmpcpp -# An mpd client (compatible with mopidy) with a UI very similar to ncmpc, -# but it provides new useful features such as support for regular expressions -# for library searches, extended song format, items filtering, the ability to +# An mpd client (compatible with mopidy) with a UI very similar to ncmpc, but +# it provides new useful features such as support for regular expressions for +# library searches, extended song format, items filtering, the ability to # sort playlists, and a local filesystem browser. # configure ncmpcpp