diff options
Diffstat (limited to 'cmd/sharefs/main.go')
| -rw-r--r-- | cmd/sharefs/main.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/sharefs/main.go b/cmd/sharefs/main.go index c9fe9f2f..0e3072a5 100644 --- a/cmd/sharefs/main.go +++ b/cmd/sharefs/main.go @@ -1,3 +1,10 @@ +// The sharefs FUSE filesystem is a permissionless shared filesystem. +// +// This filesystem is the primary means of file sharing between hakurei +// application containers. It serves the same purpose in Rosa OS as /sdcard +// does in AOSP. +// +// See help message for all available options. package main import ( |
