diff options
Diffstat (limited to 'substvars')
-rw-r--r-- | substvars | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/substvars b/substvars new file mode 100644 index 0000000..3bee559 --- /dev/null +++ b/substvars @@ -0,0 +1,6 @@ +Tool-Common-Description: + The file command is "a file type guesser", that is, a command-line tool that + tells you in words what kind of data a file contains. +Library-Common-Description: + This library can be used to classify files according to magic number tests. It + implements the core functionality of the file command. |