aboutsummaryrefslogtreecommitdiff
path: root/cmd/fscrypt
diff options
context:
space:
mode:
authorJoe Richey <joerichey94@gmail.com>2017-08-29 10:23:54 -0700
committerJoe Richey <joerichey94@gmail.com>2017-08-29 10:23:54 -0700
commitac3524f03f526017d671eae235af631a5f17cbc9 (patch)
tree831d283a847d347a5c5aa78e9cbf2ce7450086b4 /cmd/fscrypt
parentb7f0e79d7a1dc4ff196d59e19a665a346082b542 (diff)
Added +build linux,cgo flags
Diffstat (limited to 'cmd/fscrypt')
-rw-r--r--cmd/fscrypt/fscrypt.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/cmd/fscrypt/fscrypt.go b/cmd/fscrypt/fscrypt.go
index fe1e0c9..93df341 100644
--- a/cmd/fscrypt/fscrypt.go
+++ b/cmd/fscrypt/fscrypt.go
@@ -19,8 +19,11 @@
*/
/*
-fscrypt is a comprehensive command line tool for managing filesystem encryption.
+fscrypt is a command line tool for managing linux filesystem encryption.
*/
+
+// +build linux,cgo
+
package main
import (