aboutsummaryrefslogtreecommitdiff
path: root/snag
diff options
context:
space:
mode:
Diffstat (limited to 'snag')
-rw-r--r--snag/main.c2
-rw-r--r--snag/makefile (renamed from snag/Makefile)0
-rw-r--r--snag/readme.txt8
3 files changed, 5 insertions, 5 deletions
diff --git a/snag/main.c b/snag/main.c
index c80ec65..0b5f442 100644
--- a/snag/main.c
+++ b/snag/main.c
@@ -4,7 +4,7 @@
#include <string.h>
#include <unistd.h>
-#define PKG_DB "../snaggies"
+#define PKG_DB "../packages"
#define PKG_INFO_CMD "./get_pkg_attrs.sh"
typedef struct {
diff --git a/snag/Makefile b/snag/makefile
index 8fa032c..8fa032c 100644
--- a/snag/Makefile
+++ b/snag/makefile
diff --git a/snag/readme.txt b/snag/readme.txt
index 6062924..ca358b6 100644
--- a/snag/readme.txt
+++ b/snag/readme.txt
@@ -1,14 +1,14 @@
-# SNAG Package Manager
+# SNAGGLE Package Manager (snag)
## Useful Subcommands
`install`/`inst` - install the specified package(s) (default)
`remove` - uninstall the specified package(s)
`upgrade/'up` - upgrade the package database
-`find`/`search` - list packages whose metadata matches specified search string
-`info`/`desc` - describe the metadata of the specified package(s)
+`find`/`search` - list packages whose metadata matches specified search string (flag to limit to installed)
+`info`/`desc` - describe the metadata (and install data) of the specified package(s)
+`log` - open your pager to the build log of the specified package
`files` - list the installed files of the specified package(s)
-`log` - open your pager to the build log of the specified package
`why` - list why this package is installed (manually installed, as a dependency, from a group)
## Important Directories