Adding markdown manpages

This commit is contained in:
Frederick F. Kautz IV
2014-12-19 16:14:49 +13:00
parent e219c65c9d
commit ab97179323
3 changed files with 53 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
% MINIO(1) Minio Manual
% Minio
% December 2014
# NAME
minio-get - Get an object from the store.
# SYNOPSIS
**minio get**
BUCKET OBJECTPATH
# DESCRIPTION
Gets an object from a given BUCKET at the given OBJECTPATH. The object is
returned on the standard output stream (STDOUT)
# EXAMPLES
$ minio get images /favorites/example.png > local_image.png