From 8a3449ab4bfa315fb54a91d13dd46c5ca938a2a2 Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Tue, 2 Dec 2014 11:52:41 -0800 Subject: [PATCH] appc/spec: clarify AC_APP_NAME --- app-container/SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-container/SPEC.md b/app-container/SPEC.md index 7cda136..4040780 100644 --- a/app-container/SPEC.md +++ b/app-container/SPEC.md @@ -195,7 +195,7 @@ Note that logging mechanisms other than stdout and stderr are not required by th * **USER, LOGNAME** username of the user executing this app * **HOME** home directory of the user * **SHELL** login shell of the user -* **AC_APP_NAME** the entrypoint that this process was defined from +* **AC_APP_NAME** name of the application (as defined in the app manifest) * **AC_METADATA_URL** URL that the metadata service for this container can be found ### Isolators