Fix suggestions from #139

pull/145/head
Igor Chubin 4 years ago
parent 0adbf03348
commit 19e3f10ea5

@ -1,8 +1,7 @@
# carthage # carthage
# A dependency management tool for Cocoa applications (Mac OS X) # A dependency management tool for Cocoa applications (Mac OS X)
# Download the latest version of all dependencies mentioned in Cartfile, # Download & build the latest version of all dependencies mentioned in Cartfile
# and build them
carthage update carthage update
# Update dependencies, but only build for iOS # Update dependencies, but only build for iOS

@ -1,6 +1,5 @@
# dscacheutil # dscacheutil
# Gather information, statistics and initiate queries to # Gather info, stats and initiate queries to the Directory Service cache.
# the Directory Service cache.
# Flush the DNS cache # Flush the DNS cache
# in OS X 10.9 Mavericks # in OS X 10.9 Mavericks

@ -1,5 +1,5 @@
# extundelete # 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 # Recover a file in '/home/UserName', assuming '/home' is on its own partition
extundelete /dev/sda4 --restore-file UserName/SomeDirectory extundelete /dev/sda4 --restore-file UserName/SomeDirectory

@ -1,5 +1,5 @@
# irb # irb
# Interactive ruby. A tool to execute interactively Ruby expressions # Interactive ruby. A tool to interactively execute Ruby expressions
# read from stdin. # read from stdin.
# Start irb # Start irb

@ -1,7 +1,7 @@
# ncmpcpp # ncmpcpp
# An mpd client (compatible with mopidy) with a UI very similar to ncmpc, # An mpd client (compatible with mopidy) with a UI very similar to ncmpc, but
# but it provides new useful features such as support for regular expressions # it provides new useful features such as support for regular expressions for
# for library searches, extended song format, items filtering, the ability to # library searches, extended song format, items filtering, the ability to
# sort playlists, and a local filesystem browser. # sort playlists, and a local filesystem browser.
# configure ncmpcpp # configure ncmpcpp

Loading…
Cancel
Save