Skip to content

Commit

Permalink
cdh/hub: fix document
Browse files Browse the repository at this point in the history
The code block is not rusty, they are only examples for kernel cmdlines

Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed Nov 20, 2023
1 parent 3b0708e commit 5ec0420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions confidential-data-hub/hub/src/auth/kbs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
//!
//! For the first implementation, it is assumed that all the resource
//! ids are from the kernel commandline in the following format:
//! ```
//! ```shell
//! cdh.kbs_resources=<resource id 1>::<target path 1>,<resource id 2>::<target path 2>...
//! ```
//!
//! for example
//! ```
//! ```shell
//! cdh.kbs_resources=kbs:///default/key/1::/run/temp1,kbs:///default/key/2::/run/temp2
//! ```
//!
Expand Down

0 comments on commit 5ec0420

Please sign in to comment.