From 46f5d01e4f61cfba9e0f4bc7ecc59891c53ca8ec Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 30 Jan 2016 12:28:33 +0200 Subject: Add option documentation, reorganize things --- build2/operation | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build2/operation') diff --git a/build2/operation b/build2/operation index 7b1dd70..c5af3ed 100644 --- a/build2/operation +++ b/build2/operation @@ -109,8 +109,9 @@ namespace build2 const meta_operation_id disfigure_id = 3; const meta_operation_id dist_id = 4; - // The default operation is a special marker that can be used to - // indicate that no operation was explicitly specified by the user. + // The default operation is a special marker that can be used to indicate + // that no operation was explicitly specified by the user. If adding + // something here remember to update the man page. // const operation_id default_id = 1; // Shall be first. const operation_id update_id = 2; -- cgit v1.1